<!DESCRIPTION> This lonely scroller follows your mouse around, ensuring that the message it carries won't be missed by your visitors. And when that time comes for it to leave the scene, two methods are available to accomplishing its removal- either automatically after x seconds, or by double clicking your mouse.
<!/DESCRIPTION>
<!CATEGORY>scrollers<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- Step 1: Add the following into the <BODY> section of your page: -->
<SCRIPT language="JavaScript1.2">
<!--
/*
Cursor scroller script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/
//1) set message to display
var scroller_msg='Welcome to Dynamic Drive, the premier DHTML code library online!'
//2) set whether message should auto disappear after x seconds (0=perpetual).
//Note that double clicking page will also dismiss message